GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-07T23:24:30.4013039+00:00",
"SubmitDate": "2026-03-07T23:24:30.4013039+00:00",
"ReportPeriodStart": "2026-03-07T23:24:30.4013039+00:00",
"ReportPeriodEnd": "2026-03-07T23:24:30.4013039+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "69dfcfa3-6ceb-4720-8337-b229e16f8016",
"Rows": [
{
"ItemId": "2f3ae71a-9cfa-4d0c-b485-20ea818bc9e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2f3ae71a-9cfa-4d0c-b485-20ea818bc9e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "69dfcfa3-6ceb-4720-8337-b229e16f8016",
"Rows": [
{
"ItemId": "2f3ae71a-9cfa-4d0c-b485-20ea818bc9e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2f3ae71a-9cfa-4d0c-b485-20ea818bc9e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7cd43016-43f9-4d34-956b-d660c7ae1bf2",
"5223b433-a396-467f-a753-e18653236f93"
],
"Approvers": [
"144f7fe6-53f4-4010-91b8-7036c20a2cc5",
"109a062a-8acd-4a3f-9374-a419ed2a5ce5"
],
"ApprovedBy": "03500147-871b-4ad6-b34a-d75d22aa2dc6",
"ApprovalDate": "2026-03-07T23:24:30.4013039+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3a88bb80-0824-4f51-a93b-3b33162dcfc9",
"id": "5f076e7a-b00f-4230-b468-902bee19b22c",
"ConfigId": "50746ffa-bd66-4784-b5cc-c1129834bb20"
},
{
"GenerationDate": "2026-03-07T23:24:30.4013039+00:00",
"SubmitDate": "2026-03-07T23:24:30.4013039+00:00",
"ReportPeriodStart": "2026-03-07T23:24:30.4013039+00:00",
"ReportPeriodEnd": "2026-03-07T23:24:30.4013039+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "69dfcfa3-6ceb-4720-8337-b229e16f8016",
"Rows": [
{
"ItemId": "2f3ae71a-9cfa-4d0c-b485-20ea818bc9e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2f3ae71a-9cfa-4d0c-b485-20ea818bc9e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "69dfcfa3-6ceb-4720-8337-b229e16f8016",
"Rows": [
{
"ItemId": "2f3ae71a-9cfa-4d0c-b485-20ea818bc9e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2f3ae71a-9cfa-4d0c-b485-20ea818bc9e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7cd43016-43f9-4d34-956b-d660c7ae1bf2",
"5223b433-a396-467f-a753-e18653236f93"
],
"Approvers": [
"144f7fe6-53f4-4010-91b8-7036c20a2cc5",
"109a062a-8acd-4a3f-9374-a419ed2a5ce5"
],
"ApprovedBy": "03500147-871b-4ad6-b34a-d75d22aa2dc6",
"ApprovalDate": "2026-03-07T23:24:30.4013039+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3a88bb80-0824-4f51-a93b-3b33162dcfc9",
"id": "5f076e7a-b00f-4230-b468-902bee19b22c",
"ConfigId": "50746ffa-bd66-4784-b5cc-c1129834bb20"
}
]